-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add way to easily persist CLI configuration #1993
Comments
Report the valid command-line configuration options. Closes: systemd#1993
Report the valid command-line configuration options. Closes: systemd#1993
Report the valid command-line configuration options. Closes: systemd#1993
|
I like the conclusion of this chat. What about the following workflow:
(Some options are not persisted, for example Maybe there should be just one session possible? Then the option of specifying About the location of saving of the session state: it certainly shouldn't be per-output, because we want to have multiple outputs with almost the same config. OTOH, it shouldn't be global per-user, because sessions should not be shared between different unrelated mkosi projects. Something in between is needed. I could see tying it to the source directory, but source directory doesn't have to exist (it's totally OK to say I think this would work nicely for the way I use mkosi from the commandline. When working with a few output formats, this would effectively make the output format sticky, and require specifying a different output format once to switch, which seems reasonable. |
It'd be very useful if we could "remember" configuration passed via CLI between running multiple commands.
The text was updated successfully, but these errors were encountered: