Sublime Forum

Build with parameters

#1

Is it possible to create a build system that asks for arguments each time it is run?

0 Likes

#2

yes, you can write your own command in Python which can request input, show choices etc.
http://www.sublimetext.com/docs/3/build_systems.html#advanced_example

1 Like

#3

Thanks, Keith, this seems to be promising. I’ll check it.

0 Likes