We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--read-log | -rl
values: <log-header>, no value default if no value: time
<log-header>
time
read log file based on header passed. it will read the latest log in the logs directory.
proposal: accept two args: path then <log-header>
this will need changes in Arg as a whole which will affect all commands, switches, and flags
Arg
update README and wiki too
The text was updated successfully, but these errors were encountered:
saltkid
No branches or pull requests
1. write to log file as well instead of just printing to console
2.
--read-log | -rl
values:
<log-header>
, no valuedefault if no value:
time
read log file based on header passed. it will read the latest log in the logs directory.
proposal: accept two args: path then
<log-header>
this will need changes in
Arg
as a whole which will affect all commands, switches, and flagsupdate README and wiki too
The text was updated successfully, but these errors were encountered: