proji icon indicating copy to clipboard operation
proji copied to clipboard

Add 'stdin' and 'stdout' flags to 'import' and 'export' commands

Open nikoksr opened this issue 6 years ago • 0 comments

Is your feature request related to a problem? Please describe. Class configs should be im- and exportable via stdin and stdout. It should push raw TOML configs into stdout and accept raw TOML configs from stdin.

Describe the solution you'd like The flags should work and be implemented similarly to the other import flags (config, directory, remote-repo).

Example

proji class import --stdin <raw class config here>
proji class export --stdout <class label>

nikoksr avatar Dec 04 '19 17:12 nikoksr