Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@azat
Copy link
Owner

@azat azat commented May 5, 2025

This will allow to override options in case of chdig has been called from some other binary with some predefined options.

And yes, the following will work:

cargo run -- -d 30000 --history                        last-queries # history
cargo run -- -d 30000 --history --no-history           last-queries # no history
cargo run -- -d 30000 --history --no-history --history last-queries # history

This will allow to override options in case of chdig has been called
from some other binary with some predefined options.

And yes, the following will work:

    cargo run -- -d 30000 --history                        last-queries # history
    cargo run -- -d 30000 --history --no-history           last-queries # no history
    cargo run -- -d 30000 --history --no-history --history last-queries # history
@azat azat merged commit aa943f0 into main May 5, 2025
8 checks passed
@azat azat deleted the no-flag branch May 5, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants