Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Aug 2, 2023
1 parent 1aa7814 commit 8a8aee6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cmdcomp"
version = "2.0.4"
version = "2.0.5"
description = "cmdcomp is a cli tool completion generator for shell."
authors = ["Yasutanium <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion samples/v1/output.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Code generated by cmdcomp "2.0.4". DO NOT EDIT.
# Code generated by cmdcomp "2.0.5". DO NOT EDIT.
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
#

Expand Down
2 changes: 1 addition & 1 deletion samples/v1/output.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/zsh
#
# Code generated by cmdcomp "2.0.4". DO NOT EDIT.
# Code generated by cmdcomp "2.0.5". DO NOT EDIT.
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
#

Expand Down
2 changes: 1 addition & 1 deletion samples/v2/output.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Code generated by cmdcomp "2.0.4". DO NOT EDIT.
# Code generated by cmdcomp "2.0.5". DO NOT EDIT.
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
#

Expand Down
2 changes: 1 addition & 1 deletion samples/v2/output.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/zsh
#
# Code generated by cmdcomp "2.0.4". DO NOT EDIT.
# Code generated by cmdcomp "2.0.5". DO NOT EDIT.
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
#

Expand Down

0 comments on commit 8a8aee6

Please sign in to comment.