master > master: minor fixes for windows
This commit is contained in:
parent
1ee5e7415b
commit
32ef695c87
@ -1,4 +1,4 @@
|
||||
set shell := [ "bash", "-uc" ]
|
||||
# set shell := [ "bash", "-uc" ]
|
||||
_default:
|
||||
@- just --unsorted --choose
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -44,4 +44,6 @@ def enter(*args: str):
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.tracebacklimit = 0;
|
||||
# NOTE: necessary for Windows, to ensure that console output is rendered correctly:
|
||||
os.system('');
|
||||
enter(*sys.argv[1:]);
|
||||
|
Loading…
Reference in New Issue
Block a user