@ -12,6 +12,7 @@ from qmk.commands import _find_make, get_make_parallel_args
fromqmk.searchimportsearch_keymap_targets
fromqmk.searchimportsearch_keymap_targets
@cli.argument('builds',nargs='*',arg_only=True,help="List of builds in form <keyboard>:<keymap> to compile in parallel. Specifying this overrides all other target search options.")
@cli.argument('-t','--no-temp',arg_only=True,action='store_true',help="Remove temporary files during build.")
@cli.argument('-t','--no-temp',arg_only=True,action='store_true',help="Remove temporary files during build.")
@cli.argument('-j','--parallel',type=int,default=1,help="Set the number of parallel make jobs; 0 means unlimited.")
@cli.argument('-j','--parallel',type=int,default=1,help="Set the number of parallel make jobs; 0 means unlimited.")
@cli.argument('-c','--clean',arg_only=True,action='store_true',help="Remove object files before compiling.")
@cli.argument('-c','--clean',arg_only=True,action='store_true',help="Remove object files before compiling.")