A sublime text plugin to send custom input arguments when building using 'ctrl + b'. View a program output with custom arguments from within sublime text.
Install this sublime text 2/3 package via Package Control; search for package: "InputArgs"
$ cd ~/Library/Application\ Support/Sublime\ Text\ <2/3>/Packages/
$ git clone git://github.com/bilalba/InputArgs.git InputArgs
$ cd ~/.config/sublime-text-<2/3>/Packages/
$ git clone git://github.com/bilalba/InputArgs.git InputArgs
Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text <2/3>\Packages"
Standard sublime text build system commands.
Use "ctrl+b" to run the build system and an input dialog will ask for arguments.
New Build Systems can be added through "Tools>Build System>New Build System".