Skip to content

Commit a677914

Browse files
committed
v2.1.0
1 parent 9f89098 commit a677914

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cmdcomp"
3-
version = "2.0.6"
3+
version = "2.1.0"
44
description = "cmdcomp is a cli tool completion generator for shell."
55
authors = ["Yasutanium <[email protected]>"]
66
readme = "README.md"

samples/v1/output.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Code generated by cmdcomp "2.0.6". DO NOT EDIT.
3+
# Code generated by cmdcomp "2.1.0". DO NOT EDIT.
44
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
55
#
66

samples/v1/output.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/zsh
22
#
3-
# Code generated by cmdcomp "2.0.6". DO NOT EDIT.
3+
# Code generated by cmdcomp "2.1.0". DO NOT EDIT.
44
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
55
#
66

samples/v2/output.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Code generated by cmdcomp "2.0.6". DO NOT EDIT.
3+
# Code generated by cmdcomp "2.1.0". DO NOT EDIT.
44
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
55
#
66

samples/v2/output.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/zsh
22
#
3-
# Code generated by cmdcomp "2.0.6". DO NOT EDIT.
3+
# Code generated by cmdcomp "2.1.0". DO NOT EDIT.
44
# For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp .
55
#
66

0 commit comments

Comments
 (0)