pkopriv2 / bashum

Finally, a package manager for bash
Other
7 stars 1 forks source link

-v flag on install isn't honored #8

Open jasonkshar opened 9 years ago

jasonkshar commented 9 years ago

Should just be a quick update to: https://github.com/pkopriv2/bashum/blob/3f1636cdbfb750e087996f2518b134a98ca8b42e/commands/install.sh#L92

js025394@ipgoutld03:(RC=1):/home/js025394/tornus-jobs
13:41:43 # bashum install --help
USAGE

    bashum install [<package>|<file>|<url>] [option]*

DESCRIPTION

    Installs the specified package.  The package may be a raw bashum
    file, a url to a bashum file, or the name (and optional version) 
    of a package hosted in a remote repository. 

    If this is invoked at the root of a project with no arguments, 
    the project will be built and installed. 

    Dependencies will be automatically detected and installed from
    the list of remote repositories.  

    For the complete list of repositories that will be searched, 
    use the command:

        bashum remote list

OPTIONS

    -v|--version    The version of the package to install, if installing 
                    from a remote repository.

js025394@ipgoutld03:(RC=0):/home/js025394/tornus-jobs
13:41:47 # bashum install tornus -v 1.0.0
That option [-v] is not allowed
USAGE

    bashum install [<package>|<file>|<url>] [option]*

js025394@ipgoutld03:(RC=1):/home/js025394/tornus-jobs
jasonkshar commented 9 years ago

Oh, I should've mentioned: this was using version 2.2.2