- 06 Jul, 2018 4 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Click turns functions into "commands" which has the following consequences: - Any return statement means that it has succeeded whatever the value returned therefore the exit code will be 0 - To "fail" properly an exception must be raised which will return an exit code of 1 - Other exceptions will be treated as usage error and have an exit code of 2 The raise_on_error decorator will take the returned value of the wrapped function and raise a generic error with the exit code set to what the function has returned.
-
- 22 Jun, 2018 4 commits
-
-
Samuel GAIST authored
Add missing platform parameter when calling API See merge request !40
-
Samuel GAIST authored
-
Samuel GAIST authored
Add missing click dependency See merge request !39
-
Samuel GAIST authored
-
- 20 Jun, 2018 1 commit
-
-
Samuel GAIST authored
use click for command lines See merge request !25
-
- 07 Jun, 2018 2 commits
-
-
André Anjos authored
Fix doc extra marker See merge request !38
-
Flavio TARSETTI authored
-
- 05 Jun, 2018 4 commits
-
-
Samuel GAIST authored
Fix striginfy method See merge request !37
-
Samuel GAIST authored
With Python 3 map is a generator function which is not serializable. The fix is to make it a list. Fixes #34
-
André Anjos authored
Renaming anchor for consistency See merge request !36
-
Flavio TARSETTI authored
-
- 04 Jun, 2018 4 commits
-
-
André Anjos authored
Add anchor document See merge request !35
-
Flavio TARSETTI authored
-
Samuel GAIST authored
It now returns a tuple
-
Samuel GAIST authored
It's a single path that is given.
-
- 30 May, 2018 6 commits
-
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
before tetsing get command
-
Theophile GENTILHOMME authored
-
Theophile GENTILHOMME authored
-
- 29 May, 2018 15 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.
-