[yoshimi] Think I'm back now.

  • From: Will Godfrey <willgodfrey@xxxxxxxxxxxxxxx>
  • To: yoshimi@xxxxxxxxxxxxx
  • Date: Sat, 18 Mar 2017 22:53:48 +0000

A sneaky little gotcha!

When starting from the command line, some cli arguments actually require an '='
between the switch and it's data. Whereas for others it's optional!

Where it's used there must be *no* spaces either side of the '=' something I
forgot and had a minor panic over :(

yoshimi -?
shows these in the form
-L, --load-instrument=<file>   load .xiz file
-S, --state[=<file>]       load saved state

So, for an instument load it's optional, and for the state file it's compulsory.
Notice the extra square brackets.

-- 
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Yoshimi source code is available from either: 
http://sourceforge.net/projects/yoshimi
Or: https://github.com/Yoshimi/yoshimi
Our list archive is at: https://www.freelists.org/archive/yoshimi
To post, email to yoshimi@xxxxxxxxxxxxx

Other related posts:

  • » [yoshimi] Think I'm back now. - Will Godfrey