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)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.cli"
|
||||
version = "0.2.0a15"
|
||||
version = "0.2.0a16"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "CLI for Rougail"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.2.0a15"
|
||||
__version__ = "0.2.0a16"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ cli:
|
|||
description: {_('Command line options')}
|
||||
|
||||
config_file:
|
||||
description: {_('loads command line parameters from a file')}
|
||||
description: {_('Loads command line parameters from a file')}
|
||||
type: unix_filename
|
||||
commandline: false
|
||||
params:
|
||||
|
|
@ -36,11 +36,11 @@ cli:
|
|||
default: .rougailcli.yml
|
||||
|
||||
debug:
|
||||
description: {_('display debug informations')}
|
||||
description: {_('Display debug informations')}
|
||||
default: false
|
||||
|
||||
versions:
|
||||
description: {_('display rougail version and all componants')}
|
||||
description: {_('Display rougail version and all componants')}
|
||||
default: false
|
||||
|
||||
load_config:
|
||||
|
|
|
|||
Loading…
Reference in a new issue