* Create maintenance command
* Read filepath and filename
zsh:1: command not found: q
* Addd config and test
* Addd config and test
* Add tests and imports
* Add test for writing maintenance file
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
* Expand writeMaintenancFile function
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
* Add functionality for command enable
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
* Add delete function
* Add filename and directory from configPath
zsh:1: command not found: wq
* Remove unused file
* Change variable name
* Remove Utils from cabal file
* Remove environment file
* Change pattern
* Add suggested formatting and comments
* Add more suggestions and option to run stack
* Update README with new variables
* Update README with changes
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
* Copy directory instead of cloning an entire repository
* Improve haddock of types
* Rename new ADT to Source
* Add tests for new configuration
* Update changelog and readme
* Addres PR comments
* Updated changelog and hapistrano's version
Co-authored-by: Juan Paucar <jpaucar@stackbuilders.com>
* Add property check quote command
* Add property test trim function
* Fix biased test cases for trim function
* Stack lock
* Separated property tests from other tests
* Fixes on imports
* PR quickcheck
* Remove wrong comment
* Add property test for generic and ungeneric command
* Refactoring isCmdString function
* Fix conflicts
* Add quickchek part 1
* Add GHC 8.8.1 to the matrix build
* Use cabal 3.0
* Update stackage snapshot, change package creation with cabal 3
* Loose time constraint
* Add hspec discover as a build tool
* Remove dist new folder and ignore it
* Support shared files and directories
* Update README, CHANGELOG and PVP in .cabal file
* Add tests for shared files and dirs
* Update tests description
* Do not check the list order in files list
* Use a upper bound of directory
* Follow suggestions and comments in PR
* Add process-streaming
* Add test for Hap.exec
* Remove process-streaming and use typed-process instead
* Add stm
* Update CHANGELOG, hapistrano.cabal and comment in a module