syzygy Hi all, When running cli MiniScript, is it possible to pass parameters to the script, like miniscript myprogram.ms this_arg that_arg? I couldn't find anything in the manual. Cheers, syzygy
maxkratt Hey there! Yes indeed, you can get them in your command line MiniScript code with the shellArgs intrinsic. There is a bit more information about it on this page: https://miniscript.org/cmdline/