Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use command line flag to immediately start in desired mode #45

Open
gregorulm opened this issue Jul 15, 2020 · 0 comments
Open

Use command line flag to immediately start in desired mode #45

gregorulm opened this issue Jul 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gregorulm
Copy link

As I like to fire up Shiromino for quick practice sessions, I'd love if I could use command-line options to right away get to my desired mode, e.g. ./Shiromino -mode g2_death -section 400 -view centered.

@ghost ghost added the enhancement New feature or request label Jul 15, 2020
ghost pushed a commit that referenced this issue Jul 19, 2020
Prior to this commit, a relative `BASE_PATH` would be assumed to be
relative to your current working directory. With this commit, it is
assumed to be relative to the directory that your configuration file
is stored at.

Further, in order to make the game more more configurable from the
command line, I'm migrating the positional configuration-path argument
to a flag-based argument, putting it behind `--base-path` or `-b`.

This is a tiny step towards #45.
ghost pushed a commit that referenced this issue Jul 19, 2020
Prior to this commit, a relative `BASE_PATH` would be assumed to be
relative to your current working directory. With this commit, it is
assumed to be relative to the directory that your configuration file
is stored at.

Further, in order to make the game more more configurable from the
command line, I'm migrating the positional configuration-path argument
to a flag-based argument, putting it behind `--base-path` or `-b`.

This is a tiny step towards #45.
ghost pushed a commit that referenced this issue Jul 19, 2020
Prior to this commit, a relative `BASE_PATH` would be assumed to be
relative to your current working directory. With this commit, it is
assumed to be relative to the directory that your configuration file
is stored at.

Further, in order to make the game more more configurable from the
command line, I'm migrating the positional configuration-path argument
to a flag-based argument, putting it behind `--configuration-path` or
`-c`.

This is a tiny step towards #45.
ericjtaylor pushed a commit to ericjtaylor/shiromino that referenced this issue Sep 4, 2020
Prior to this commit, a relative `BASE_PATH` would be assumed to be
relative to your current working directory. With this commit, it is
assumed to be relative to the directory that your configuration file
is stored at.

Further, in order to make the game more more configurable from the
command line, I'm migrating the positional configuration-path argument
to a flag-based argument, putting it behind `--configuration-path` or
`-c`.

This is a tiny step towards shiromino#45.
ghost pushed a commit that referenced this issue Jun 12, 2021
Prior to this commit, a relative `BASE_PATH` would be assumed to be
relative to your current working directory. With this commit, it is
assumed to be relative to the directory that your configuration file
is stored at.

Further, in order to make the game more more configurable from the
command line, I'm migrating the positional configuration-path argument
to a flag-based argument, putting it behind `--configuration-path` or
`-c`.

This is a tiny step towards #45.
ghost pushed a commit that referenced this issue Jun 12, 2021
Prior to this commit, a relative `BASE_PATH` would be assumed to be
relative to your current working directory. With this commit, it is
assumed to be relative to the directory that your configuration file
is stored at.

Further, in order to make the game more more configurable from the
command line, I'm migrating the positional configuration-path argument
to a flag-based argument, putting it behind `--configuration-path` or
`-c`.

This is a tiny step towards #45.
ghost pushed a commit that referenced this issue Jun 12, 2021
Prior to this commit, a relative `BASE_PATH` would be assumed to be
relative to your current working directory. With this commit, it is
assumed to be relative to the directory that your configuration file
is stored at.

Further, in order to make the game more more configurable from the
command line, I'm migrating the positional configuration-path argument
to a flag-based argument, putting it behind `--configuration-path` or
`-c`.

This is a tiny step towards #45.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant