- 30 May, 2018 5 commits
-
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
before tetsing get command
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
- 29 May, 2018 35 commits
-
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
Click should list everything.
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
The aliasing has changed: it now uses prefix aliasing.
-
Theophile GENTILHOMME authored
More consistent with other tests framework
-
Theophile GENTILHOMME authored
Test was failling previously
-
Theophile GENTILHOMME authored
Incorrect import of AliasedGroup.
-
Theophile GENTILHOMME authored
Implements get_command used for commands aliasing. Use prefix aliasing.
-
Theophile GENTILHOMME authored
commands Use AliasedGroup.
-
Theophile GENTILHOMME authored
Needed to get correct exit code from Click commands (otherwise always return 0)
-
Theophile GENTILHOMME authored
Changes command inputs Some arguments are lists instead of strings.
-
Theophile GENTILHOMME authored
[test][test_{cache,databases,dataformats,experiments,plotterparameters,plotters,status,toolchains] Fix test for Click commands Tests are now calling Click commands.
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
This leads to a crash. Originally in beat.py, but forgot to move it in main_cli.py.
-
Theophile GENTILHOMME authored
Name of the function has been changed.
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
Return value are not given as exist code to a Click command. sys.exit needs to by given instead.
-
Theophile GENTILHOMME authored
func
-
Theophile GENTILHOMME authored
Change inputs to list of arguments when expected. Fix incorrect recursice call.
-
Theophile GENTILHOMME authored
Unitests à la Click.
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
Reimplement experiments existing commands using plugin-based command line mechanism (Click).
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
And add missing - draw -command documention
-
Theophile GENTILHOMME authored
Reimplement toolchains existing commands using plugin-based command line mechanism (Click).
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-