Command Line Interface¶
CLI package.
Functions:
| Name | Description |
|---|---|
run |
Run the fspachinko CLI. |
profile_to_config |
Convert a GUI profile JSON to a fspachinko config JSON. |
config_to_profile |
Convert a fspachinko config JSON to a GUI profile JSON. |
run(config: str = '') -> None
¶
Run the fspachinko CLI.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
config
|
str
|
Path to configuration file. |
''
|
profile_to_config(profile: str, output: str) -> None
¶
Convert a GUI profile JSON to a fspachinko config JSON.
config_to_profile(config: str, output: str) -> None
¶
Convert a fspachinko config JSON to a GUI profile JSON.