Skip to content

Commit 191dcd3

Browse files
committed
improve linting
1 parent e784362 commit 191dcd3

File tree

11 files changed

+4
-12
lines changed

11 files changed

+4
-12
lines changed

examples/command-default/ftp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

examples/command-groups/ftp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

examples/commands-nested/cli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

examples/commands/cli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

examples/config-ini/configly

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

examples/dependencies/cli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

examples/docker-like/docker

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

examples/environment-variables/cli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

examples/git-like/git

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

examples/multiline/multi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# This script was generated by bashly (https://github.com/DannyBen/bashly)
33
# Modifying it manually is not recommended
44

5-
65
# :command.version_command
76
version_command() {
87
echo "$version"

0 commit comments

Comments
 (0)