Skip to content

Instantly share code, notes, and snippets.

@borntyping
Created January 6, 2012 20:26
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 borntyping/1572254 to your computer and use it in GitHub Desktop.
Save borntyping/1572254 to your computer and use it in GitHub Desktop.
example_arguments = ["arg1 arg2", "arg1 arg2 :Long argument with spaces in", ":Long argument with spaces in"]
if arguments[-1][0] == ':':
message = arguments[-1]
arguments = arguments[:-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment