1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-20 13:07:20 +03:00
juvix/app
Jonathan Cubides 3b0cde27bb
Add CLI improvements and shell testing (#131)
* Remove input file fields from command opts

* [cli] Make version and help commands

* Fix on reviews

* Fixes for dealing with global options inside subcmds

* Fix minijuvix emacs mode and add some instance to GlobalOpts

* Remove unrelated code

* Propagate globals opts in each cmd parser

* Add initial shell tests

* Add test-shell to makefile and CI

* Fix CI: adding .local/bin to PATH

* Fixing CI

* Installing shelltest just before running it

* Install app for shell testing

* Hide global flags after cmd. Fix shell tests accordingly.

* Fixing CI

* Shell test only run on ubuntu for now
2022-06-09 16:36:07 +02:00
..
Commands Add CLI improvements and shell testing (#131) 2022-06-09 16:36:07 +02:00
App.hs Add CLI improvements and shell testing (#131) 2022-06-09 16:36:07 +02:00
CLI.hs Add CLI improvements and shell testing (#131) 2022-06-09 16:36:07 +02:00
Command.hs Add CLI improvements and shell testing (#131) 2022-06-09 16:36:07 +02:00
GlobalOptions.hs Add CLI improvements and shell testing (#131) 2022-06-09 16:36:07 +02:00
Main.hs Add CLI improvements and shell testing (#131) 2022-06-09 16:36:07 +02:00