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

Allow the name of the 'bugz' binary to choose the connection used #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 20, 2013

  1. Allow the name of the 'bugz' binary to choose the connection used

    The goail is to allow a user to create multiple symlinks to the 'bugz'
    binary e.g. 'gnomebz', 'kdebz' each corresponding to a connection.
    
    E.g.
    Bugzrc:
    
    [gnome]
    bugz-alias: gnomebz
    ...
    [redhat]
    bugz-alias: rhbz
    
    Command line usage:
    
    $ gnomebz ... # works like "bugz --connection gnome ..."
    $ rhbz ...    # works like "bugz --connection redhat ..."
    
    Inspired by busybox style "multicall binaries".
    scottt committed Jan 20, 2013
    Configuration menu
    Copy the full SHA
    beec8c7 View commit details
    Browse the repository at this point in the history