Compare commits
No commits in common. "57df91ebeefccb2072e83656ef120a75bb930653" and "63b2131908e3412fbd017e611f4764f5d6a6bf3b" have entirely different histories.
57df91ebee
...
63b2131908
4 changed files with 5 additions and 11 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
## 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.0a16"
|
version = "0.2.0a15"
|
||||||
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.0a16"
|
__version__ = "0.2.0a15"
|
||||||
|
|
|
||||||
|
|
@ -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