You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Nakul Jindal (JIRA)" <ji...@apache.org> on 2017/06/16 20:44:00 UTC

[jira] [Updated] (SYSTEMML-1708) Change command line arguments to be proper long/short arguments

     [ https://issues.apache.org/jira/browse/SYSTEMML-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nakul Jindal updated SYSTEMML-1708:
-----------------------------------
    Description: 
Our command line arguments are somewhat incoherent. The `file` parameters looks like a short argument, whereas the other look like long arguments but with a short parameter dash.
(Short parameters are typically a single dash followed by a single character, long parameters are typically 2 dashes followed by a string). We should at least support either both or at least the long parameters.

| Old argument | New long argument | 
| -f | --file |
| -s | --script-string |
| -explain | --explain | 
| -stats | --stats | 
| -exec | --execution-mode | 
| -debug | --debug |
| - clean | --clean |
| -args | --positional-arguments |
| -nvargs | --named-arguments |
| -config | --properties-file |
| -python | --language [dml|pydml] |
| -gpu | --gpu |

  was:
Our command line arguments are somewhat incoherent. The `file` parameters looks like a short argument, whereas the other look like long arguments but with a short parameter dash.
(Short parameters are typically a single dash followed by a single character, long parameters are typically 2 dashes followed by a string). We should at least support either both or at least the long parameters.

| Old argument | New long argument | 
| -f | --file |
| -s | --script-string |
| -explain | --explain | 
| -stats | --stats | 
| -exec | --execution-mode | 
| -debug | --debug |
| - clean | --clean |
| -args | --positional-arguments |
| -nvargs | --named-arguments |
| -config | --properties-file |
| -python | *deprecate* |
| -gpu | --gpu |


> Change command line arguments to be proper long/short arguments
> ---------------------------------------------------------------
>
>                 Key: SYSTEMML-1708
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1708
>             Project: SystemML
>          Issue Type: Sub-task
>            Reporter: Nakul Jindal
>             Fix For: SystemML 1.0
>
>
> Our command line arguments are somewhat incoherent. The `file` parameters looks like a short argument, whereas the other look like long arguments but with a short parameter dash.
> (Short parameters are typically a single dash followed by a single character, long parameters are typically 2 dashes followed by a string). We should at least support either both or at least the long parameters.
> | Old argument | New long argument | 
> | -f | --file |
> | -s | --script-string |
> | -explain | --explain | 
> | -stats | --stats | 
> | -exec | --execution-mode | 
> | -debug | --debug |
> | - clean | --clean |
> | -args | --positional-arguments |
> | -nvargs | --named-arguments |
> | -config | --properties-file |
> | -python | --language [dml|pydml] |
> | -gpu | --gpu |



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)