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

Cli implementation #274

Merged
merged 8 commits into from
Nov 22, 2021
Merged

Cli implementation #274

merged 8 commits into from
Nov 22, 2021

Conversation

lyxal
Copy link
Member

@lyxal lyxal commented Nov 22, 2021

Basically just the CLI - there's still flags that need implementing, but those can be done on the pr-272-suggestions branch.

# Handle file opening flags

if "h" in flags: # Help flag
print("Help message")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

such detail

self.inputs = [[[], 0]] # [[[inputs], index], [[inputs], index]]
# inputs[0] = [[inputs], index]
# inputs[0][0] = [inputs]
# inputs[0][0][n] = input_n
# inputs[1] = index
self.keg_mode = False
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you think we could remove keg mode at some point?

Copy link
Collaborator

@hyper-neutrino hyper-neutrino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pongers

@lyxal lyxal merged commit ce0a085 into fresh-beginnings Nov 22, 2021
@lyxal lyxal deleted the cli-implementation branch November 22, 2021 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants