Compare commits
2 commits
63b2131908
...
57df91ebee
| Author | SHA1 | Date | |
|---|---|---|---|
| 57df91ebee | |||
| 8751165a7c |
4 changed files with 11 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.2.0a16 (2025-05-09)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- description
|
||||||
|
|
||||||
## 0.2.0a15 (2025-05-05)
|
## 0.2.0a15 (2025-05-05)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.cli"
|
name = "rougail.cli"
|
||||||
version = "0.2.0a15"
|
version = "0.2.0a16"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "CLI for Rougail"
|
description = "CLI for Rougail"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.0a15"
|
__version__ = "0.2.0a16"
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ cli:
|
||||||
description: {_('Command line options')}
|
description: {_('Command line options')}
|
||||||
|
|
||||||
config_file:
|
config_file:
|
||||||
description: {_('loads command line parameters from a file')}
|
description: {_('Loads command line parameters from a file')}
|
||||||
type: unix_filename
|
type: unix_filename
|
||||||
commandline: false
|
commandline: false
|
||||||
params:
|
params:
|
||||||
|
|
@ -36,11 +36,11 @@ cli:
|
||||||
default: .rougailcli.yml
|
default: .rougailcli.yml
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
description: {_('display debug informations')}
|
description: {_('Display debug informations')}
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
description: {_('display rougail version and all componants')}
|
description: {_('Display rougail version and all componants')}
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
load_config:
|
load_config:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue