Skip to content

Commit

Permalink
Merge pull request #179 from 24ik/bug
Browse files Browse the repository at this point in the history
[bug] cli
  • Loading branch information
24ik authored Nov 4, 2024
2 parents cee612c + dde7492 commit fd1a03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pon2.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.23.12"
version = "0.23.13"
author = "Keisuke Izumiya"
description = "Application for Puyo Puyo and Nazo Puyo"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/pon2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ when isMainModule:
import ./pon2/private/main/[native]

let args = getCommandLineArguments()
if args["-V"] or args["--version"]:
if args["--version"]:
echo &"Pon! Tsu Version {Pon2Version}"
elif args["solve"] or args["s"]:
args.runSolver
Expand Down

0 comments on commit fd1a03e

Please sign in to comment.