Skip to content

Conversation

nalquas
Copy link
Contributor

@nalquas nalquas commented Jul 19, 2021

I added a --version command line argument as described in #1502.

Screenshot_20210719_204603

Copy link
Owner

@nesbox nesbox left a comment

Choose a reason for hiding this comment

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

Thank you

@nesbox nesbox merged commit 45ec28f into nesbox:master Jul 20, 2021

if (args.version)
{
printf("%s\n", TIC_VERSION);
Copy link
Owner

Choose a reason for hiding this comment

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

By the way, you could use printf(TIC_VERSION "\n"); here

@nesbox nesbox linked an issue Jul 20, 2021 that may be closed by this pull request
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.

"--version" command line argument
2 participants