Skip to content

Instantly share code, notes, and snippets.

@araraloren
Last active July 10, 2017 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save araraloren/ea1bf8d54e2251042c7f4c45f778fc43 to your computer and use it in GitHub Desktop.
Save araraloren/ea1bf8d54e2251042c7f4c45f778fc43 to your computer and use it in GitHub Desktop.

command

perl6 -Ilib ./bin/snippet x

Output
Usage:
WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, you can mark it as handled by calling .Bool, .so, .not, or .defined methods. The Failure was:
No such symbol 'App::snippet::Cpp'
  in block <unit> at ./bin/snippet line 10

WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, you can mark it as handled by calling .Bool, .so, .not, or .defined methods. The Failure was:
No such symbol 'App::snippet::C'
  in block <unit> at ./bin/snippet line 10

./bin/snippet cpp  [-h|--help] [--version]

WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, you can mark it as handled by calling .Bool, .so, .not, or .defined methods. The Failure was:
No such symbol 'Terminal::Table'
  in method annotation at /home/sakuya/perl6/share/perl6/site/sources/F13EC49929AA035BB31CA3A078D379D899981344 (Getopt::Advance) line 515
  in sub ga-helper-impl at /home/sakuya/perl6/share/perl6/site/sources/1C84B787879040E348A214E78902990E01D95105 (Getopt::Advance::Helper) line 102
  in sub ga-helper at /home/sakuya/perl6/share/perl6/site/sources/1C84B787879040E348A214E78902990E01D95105 (Getopt::Advance::Helper) line 15
  in block  at /home/sakuya/perl6/share/perl6/site/sources/F13EC49929AA035BB31CA3A078D379D899981344 (Getopt::Advance) line 65
  in block  at /home/sakuya/perl6/share/perl6/site/sources/F13EC49929AA035BB31CA3A078D379D899981344 (Getopt::Advance) line 84
  in any  at /home/sakuya/perl6/share/perl6/site/precomp/9AD391BB028FBF86169E02934A6181BA21049736.1497792066.67676/F1/F13EC49929AA035BB31CA3A078D379D899981344 line 1
  in sub ga-try-next at /home/sakuya/perl6/share/perl6/site/sources/2411836C921D279BEFF1DB69756B95A18F96886C (Getopt::Advance::Exception) line 8
  in sub process-pos at /home/sakuya/perl6/share/perl6/site/sources/D8CA3FDAC6A520E2C8FE091B9910949AB2A8E353 (Getopt::Advance::Parser) line 400
  in sub ga-parser at /home/sakuya/perl6/share/perl6/site/sources/D8CA3FDAC6A520E2C8FE091B9910949AB2A8E353 (Getopt::Advance::Parser) line 263
  in sub getopt at /home/sakuya/perl6/share/perl6/site/sources/F13EC49929AA035BB31CA3A078D379D899981344 (Getopt::Advance) line 72
  in sub getopt at /home/sakuya/perl6/share/perl6/site/sources/F13EC49929AA035BB31CA3A078D379D899981344 (Getopt::Advance) line 18
  in block <unit> at ./bin/snippet line 14

./bin/snippet c  [-h|--help] [-v|--version] [-S] [-E] [-l=<array>] [-L=<array>] [-i=<array>] [-I=<array>] [-D=<array>] [--main=<string>] [--end=<string>] [-f|--flag=<array>] [-c=<string>]  *@args

Not recongnize command: x.
Not recongnize command: x.
  in block  at /home/sakuya/perl6/share/perl6/site/sources/F13EC49929AA035BB31CA3A078D379D899981344 (Getopt::Advance) line 86
  in any  at /home/sakuya/perl6/share/perl6/site/precomp/9AD391BB028FBF86169E02934A6181BA21049736.1497792066.67676/F1/F13EC49929AA035BB31CA3A078D379D899981344 line 1
  in sub ga-try-next at /home/sakuya/perl6/share/perl6/site/sources/2411836C921D279BEFF1DB69756B95A18F96886C (Getopt::Advance::Exception) line 8
  in sub process-pos at /home/sakuya/perl6/share/perl6/site/sources/D8CA3FDAC6A520E2C8FE091B9910949AB2A8E353 (Getopt::Advance::Parser) line 400
  in sub ga-parser at /home/sakuya/perl6/share/perl6/site/sources/D8CA3FDAC6A520E2C8FE091B9910949AB2A8E353 (Getopt::Advance::Parser) line 263
  in sub getopt at /home/sakuya/perl6/share/perl6/site/sources/F13EC49929AA035BB31CA3A078D379D899981344 (Getopt::Advance) line 72
  in sub getopt at /home/sakuya/perl6/share/perl6/site/sources/F13EC49929AA035BB31CA3A078D379D899981344 (Getopt::Advance) line 18
  in block <unit> at ./bin/snippet line 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment