Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

[main] Simplified jslinux command line options #1875

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 19, 2018

  1. [main] Simplified jslinux command line options

    jslinux was manually parsing arguments which is ugly.
    The optarg functionality does argument parsing automatically.
    
    Also, a usage print was added in the case of invalid arguments
    or if --help was specified.
    
    Signed-off-by: James Prestwood <[email protected]>
    James Prestwood committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    201a404 View commit details
    Browse the repository at this point in the history
  2. [main] pass command line arguments to js script

    The --jsargs, -j flag can now be used to pass command line
    arguments to the js script, via process.argv
    
    Signed-off-by: James Prestwood <[email protected]>
    James Prestwood committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    0065b1f View commit details
    Browse the repository at this point in the history