Skip to content
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

Flatten the 'db' commands, e.g. 'db prefix' to 'db/prefix' #69

Merged
merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. Flatten the 'db' commands, e.g. 'db prefix' to 'db/prefix'

    The user experience with commands that have sub-commands is not great
    and it makes it harder to implement completion in 'cilium-dbg shell'
    if we so choose. There isn't really any good rational for nesting
    the commands like this, so let's go with Plan 9 style command names
    (https://9p.io/magic/man2html/8/auth), e.g. "db prefix" becomes
    "db/prefix".
    
    Signed-off-by: Jussi Maki <[email protected]>
    joamaki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    be4b5c2 View commit details
    Browse the repository at this point in the history