HiveMinds / tw-install

Automatically installs Taskwarrior, Taskserver (TODO: and Timewarrior). This project aims to support automated installation of all Taskwarrior hook scripts, configuration flavours etc. with a single command.
GNU Affero General Public License v3.0
17 stars 7 forks source link

Fix the passing and reading of input arguments to the `JavaServerSort.jar` #48

Open a-t-0 opened 3 years ago

a-t-0 commented 3 years ago
      <p>Currently there is an error in the way the arguments are passed from and to the <code>JavaServerSort.jar</code> file. It is most likely because they are currently all passed in a single String array element, instead of the argument name, in 1 element, and the accompanying argument value in the next element etc..</p>