Skip to content

argument parsing for sbatch scripts #18

@vsoch

Description

@vsoch

The scripts are getting interesting enough that the user should be able to provide actual arguments so we can be more specific. Eg.., instead of:

bash start.sh <sbatch> <container> <directory>

they should be able to do:

bash start.sh <sbatch> --image=<container> --notebook-dir=<directory>

That way, ordering doesn't matter either, and we can have more optional arguments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions