skaji / rakuenv

Raku Environment Manager
MIT License
13 stars 2 forks source link

show install-zef at help #6

Closed AnaTofuZ closed 4 years ago

AnaTofuZ commented 4 years ago

WHY?

Now, p6env don't show install-zef at help.

BEFORE

p6env 1.1.1
Usage: p6env <command> [<args>]

Some useful p6env commands are:
   commands    List all available p6env commands
   local       Set or show the local application-specific Perl6 version
   global      Set or show the global Perl6 version
   shell       Set or show the shell-specific Perl6 version
   install     Install a Perl6 version using perl6-build
   uninstall   Uninstall a Perl6 version
   rehash      Rehash p6env shims (run this after installing executables)
   version     Show the current Perl6 version and its origin
   versions    List all Perl6 versions available to p6env
   which       Display the full path to an executable
   whence      List all Perl6 versions that contain the given executable

See `p6env help <command>' for information on a specific command.
For full documentation, see: https://github.com/skaji/p6env#readme

AFTER

Usage: p6env <command> [<args>]

Some useful p6env commands are:
   commands      List all available p6env commands
   local         Set or show the local application-specific Perl6 version
   global        Set or show the global Perl6 version
   shell         Set or show the shell-specific Perl6 version
   install       Install a Perl6 version using perl6-build
   uninstall     Uninstall a Perl6 version
   rehash        Rehash p6env shims (run this after installing executables)
   version       Show the current Perl6 version and its origin
   versions      List all Perl6 versions available to p6env
   which         Display the full path to an executable
   whence        List all Perl6 versions that contain the given executable
   install-zef   Install zef from git repository

See `p6env help <command>' for information on a specific command.
For full documentation, see: https://github.com/skaji/p6env#readme
skaji commented 4 years ago

@AnaTofuZ Thanks!