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

script: Revert buggy change to grep command #25

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2024

  1. script: Revert buggy change to grep command

    The stdout and stderr commands already existed, and
    my change to grep to allow searching stdout was buggy,
    so revert this.
    
    Signed-off-by: Jussi Maki <[email protected]>
    joamaki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1b6c69f View commit details
    Browse the repository at this point in the history
  2. script: Fix panic when help called on unregistered cmd

    'help aoeu' panic due to not checking whether the cmd
    was found before calling Usage()
    
    Signed-off-by: Jussi Maki <[email protected]>
    joamaki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    55dbd56 View commit details
    Browse the repository at this point in the history