Compare commits
No commits in common. "b7dbaaa95da057e97d0edc2a27cfb4cd6dc2e441" and "d5c229ec50d1791cd8fb95f7e9a22cf6054ae91f" have entirely different histories.
b7dbaaa95d
...
d5c229ec50
4 changed files with 2 additions and 10 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.2.0a26 (2025-10-29)
|
||||
|
||||
### Fix
|
||||
|
||||
- add default option for environment user datas
|
||||
|
||||
## 0.2.0a25 (2025-10-27)
|
||||
|
||||
### Feat
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.cli"
|
||||
version = "0.2.0a26"
|
||||
version = "0.2.0a25"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "CLI for Rougail"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.2.0a26"
|
||||
__version__ = "0.2.0a25"
|
||||
|
|
|
|||
|
|
@ -65,10 +65,8 @@ def from_yaml(cmd_config, yaml_file):
|
|||
def from_env(cmd_config, env_prefix):
|
||||
from rougail.user_data_environment import RougailUserDataEnvironment
|
||||
fake_rougail_config = {
|
||||
"main_namespace": None,
|
||||
"step.user_data": ["environment"],
|
||||
"environment.default_environment_name": env_prefix,
|
||||
"environment.custom_separator": None,
|
||||
}
|
||||
return RougailUserDataEnvironment(
|
||||
cmd_config,
|
||||
|
|
|
|||
Loading…
Reference in a new issue