Difference between revisions of "Command-line arguments"

From MiniScript Wiki
Jump to navigation Jump to search
m
Line 14: Line 14:
 
|}
 
|}
  
 +
== Usage Notes ==
 +
 +
On Mac, to use these arguments you must <c>cd</c> into the app page, e.g. <c>cd MiniMicro.app/Contents/MacOS</c>.  Then you can launch the app like any Unix executable, e.g. <c>./Mini\ Micro -scale 3</c>.
  
 
[[Category:Mini Micro]]
 
[[Category:Mini Micro]]

Revision as of 19:13, 20 February 2022

Mini Micro can be launched from the command line with certain command-line arguments to alter its default behavior.

Argument Value Effect Example
-screen-fullscreen 0 or 1 start in full-screen mode -screen-fullscreen 1
-scale floating-point value set screen scale to this factor -scale 2
-usr file path mount given file or directory as /usr -usr /Users/alice/myFiles
-usr2 file path mount given file or directory as /usr2 -usr2 /Users/bob/game.minidisk

Usage Notes

On Mac, to use these arguments you must cd into the app page, e.g. cd MiniMicro.app/Contents/MacOS. Then you can launch the app like any Unix executable, e.g. ./Mini\ Micro -scale 3.