You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cmd action, e.g. perl -I. -Ilib bin/plx --cmd, should not attempt to exec without at-least one arg.
$ perl -I. -Ilib bin/plx --base
--base <base> <action> <args>
$ perl -I. -Ilib bin/plx --cmd
Use of uninitialized value $cmd in string eq at bin/plx line 266.
Use of uninitialized value $cmd in pattern match (m//) at bin/plx line 270.
Use of uninitialized value $cmd in pattern match (m//) at bin/plx line 270.
Use of uninitialized value in subroutine entry at bin/plx line 100.
Use of uninitialized value in subroutine entry at bin/plx line 100.
Use of uninitialized value within @exec in exec at bin/plx line 297.
Use of uninitialized value $exec[0] in join or string at bin/plx line 297.
Walking upwards to find the .plx directory
Add ~/.plx/global/ to provide defaults for things ($ENV{HOME} on *n?x, File::HomeDir on win32 since strawberry ships it as core)
.plx/commands for additional commands (resolved before dev/)
command resolution order (dev/ scripts/ script/ bin/ by default but configurable)
--actions needs to provide a one-line summary of the actions
--help needs to accept an argument for action docs and for command docs
--commands maybe should try to produce a one-line summary for commands (parsed from the file)
env/ and envfor/ config types to provide environment variables
Possibly:
actions/ for custom actions
plugins/ for ?????
The text was updated successfully, but these errors were encountered: