Compare commits

..

No commits in common. "57df91ebeefccb2072e83656ef120a75bb930653" and "63b2131908e3412fbd017e611f4764f5d6a6bf3b" have entirely different histories.

4 changed files with 5 additions and 11 deletions

View file

@ -1,9 +1,3 @@
## 0.2.0a16 (2025-05-09)
### Fix
- description
## 0.2.0a15 (2025-05-05)
### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.cli"
version = "0.2.0a16"
version = "0.2.0a15"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "CLI for Rougail"

View file

@ -1 +1 @@
__version__ = "0.2.0a16"
__version__ = "0.2.0a15"

View file

@ -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: