Cmd Type script now correctly appends arguments
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
ci/woodpecker/push/publish-docs Pipeline was successful

This commit is contained in:
2025-11-15 17:37:17 -06:00
parent e57939f858
commit 0d6a13c1cf
153 changed files with 8 additions and 1 deletions

0
.changes/0.2.4.md Normal file → Executable file
View File

0
.changes/header.tpl.md Normal file → Executable file
View File

0
.changes/unreleased/.gitkeep Normal file → Executable file
View File

0
.changes/unreleased/Added-20250409-174528.yaml Normal file → Executable file
View File

0
.changes/unreleased/Added-20250501-110745.yaml Normal file → Executable file
View File

0
.changes/unreleased/Added-20250704-085917.yaml Normal file → Executable file
View File

0
.changes/unreleased/Added-20250704-102126.yaml Normal file → Executable file
View File

0
.changes/unreleased/Added-20250715-202303.yaml Normal file → Executable file
View File

0
.changes/unreleased/Added-20250723-220340.yaml Normal file → Executable file
View File

0
.changes/unreleased/Changed-20250321-090849.yaml Normal file → Executable file
View File

0
.changes/unreleased/Changed-20250325-003357.yaml Normal file → Executable file
View File

0
.changes/unreleased/Changed-20250407-223020.yaml Normal file → Executable file
View File

0
.changes/unreleased/Changed-20250418-133440.yaml Normal file → Executable file
View File

0
.changes/unreleased/Changed-20250501-110534.yaml Normal file → Executable file
View File

0
.changes/unreleased/Changed-20250609-072601.yaml Normal file → Executable file
View File

0
.changes/unreleased/Changed-20250709-231919.yaml Normal file → Executable file
View File

0
.changes/unreleased/Fixed-20250418-095747.yaml Normal file → Executable file
View File

0
.changes/unreleased/Fixed-20250424-225711.yaml Normal file → Executable file
View File

View File

@@ -0,0 +1,3 @@
kind: Fixed
body: Cmd Type `script` now correctly appends arguments
time: 2025-11-15T17:32:06.86128885-06:00

0
.changes/v0.10.0.md Normal file → Executable file
View File

0
.changes/v0.10.1.md Normal file → Executable file
View File

0
.changes/v0.10.2.md Normal file → Executable file
View File

0
.changes/v0.3.0.md Normal file → Executable file
View File

0
.changes/v0.3.1.md Normal file → Executable file
View File

0
.changes/v0.4.0.md Normal file → Executable file
View File

0
.changes/v0.5.0.md Normal file → Executable file
View File

0
.changes/v0.6.0.md Normal file → Executable file
View File

0
.changes/v0.6.1.md Normal file → Executable file
View File

0
.changes/v0.7.0.md Normal file → Executable file
View File

0
.changes/v0.7.1.md Normal file → Executable file
View File

0
.changes/v0.7.2.md Normal file → Executable file
View File

0
.changes/v0.7.3.md Normal file → Executable file
View File

0
.changes/v0.7.4.md Normal file → Executable file
View File

0
.changes/v0.7.5.md Normal file → Executable file
View File

0
.changes/v0.7.6.md Normal file → Executable file
View File

0
.changes/v0.7.7.md Normal file → Executable file
View File

0
.changes/v0.7.8.md Normal file → Executable file
View File

0
.changes/v0.8.0.md Normal file → Executable file
View File

0
.changes/v0.9.0.md Normal file → Executable file
View File

0
.changes/v0.9.1.md Normal file → Executable file
View File

0
.changie.yaml Normal file → Executable file
View File

0
.frontmatter/database/mediaDb.json Normal file → Executable file
View File

0
.frontmatter/database/taxonomyDb.json Normal file → Executable file
View File

0
.github/workflows/release.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.gitmodules vendored Normal file → Executable file
View File

0
.goreleaser/gitea.yml Normal file → Executable file
View File

0
.goreleaser/github.yml Normal file → Executable file
View File

0
.goreleaser/vern.yml Normal file → Executable file
View File

0
.vscode/settings.json vendored Normal file → Executable file
View File

0
.woodpecker/gitea.yml Normal file → Executable file
View File

0
.woodpecker/go-lint.yml Normal file → Executable file
View File

0
.woodpecker/publish-docs.yml Normal file → Executable file
View File

0
CHANGELOG.md Normal file → Executable file
View File

0
License Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
backy.code-workspace Normal file → Executable file
View File

0
backy.go Normal file → Executable file
View File

0
cmd/.gitignore vendored Normal file → Executable file
View File

0
cmd/backup.go Normal file → Executable file
View File

0
cmd/backup_test.go Normal file → Executable file
View File

0
cmd/config.go Normal file → Executable file
View File

0
cmd/cron.go Normal file → Executable file
View File

0
cmd/exec.go Normal file → Executable file
View File

0
cmd/host.go Normal file → Executable file
View File

0
cmd/hosts.go Normal file → Executable file
View File

0
cmd/list.go Normal file → Executable file
View File

0
cmd/root.go Normal file → Executable file
View File

0
cmd/version.go Normal file → Executable file
View File

0
docs/.gitignore vendored Normal file → Executable file
View File

0
docs/.hugo_build.lock Normal file → Executable file
View File

0
docs/archetypes/default.md Normal file → Executable file
View File

0
docs/config.yaml Normal file → Executable file
View File

0
docs/content/_index.md Normal file → Executable file
View File

0
docs/content/cli/_index.md Normal file → Executable file
View File

0
docs/content/cli/exec.md Normal file → Executable file
View File

0
docs/content/cli/list.md Normal file → Executable file
View File

0
docs/content/config/_index.md Normal file → Executable file
View File

0
docs/content/config/command-lists.md Normal file → Executable file
View File

0
docs/content/config/commands/_index.md Normal file → Executable file
View File

0
docs/content/config/commands/packages.md Normal file → Executable file
View File

0
docs/content/config/commands/user-commands.md Normal file → Executable file
View File

0
docs/content/config/directives.md Normal file → Executable file
View File

0
docs/content/config/hosts.md Normal file → Executable file
View File

0
docs/content/config/notifications.md Normal file → Executable file
View File

0
docs/content/config/remote-resources.md Normal file → Executable file
View File

0
docs/content/config/vault.md Normal file → Executable file
View File

0
docs/content/examples/backy.yaml Normal file → Executable file
View File

0
docs/content/examples/example.yml Normal file → Executable file
View File

0
docs/content/getting-started/_index.md Normal file → Executable file
View File

0
docs/content/getting-started/config.md Normal file → Executable file
View File

0
docs/content/getting-started/install.md Normal file → Executable file
View File

0
docs/content/repositories/_index.md Normal file → Executable file
View File

0
docs/go.mod Normal file → Executable file
View File

0
docs/go.sum Normal file → Executable file
View File

0
docs/layouts/_default/baseof.html Normal file → Executable file
View File

0
docs/layouts/partials/logo.html Normal file → Executable file
View File

0
docs/layouts/shortcodes/code.html Normal file → Executable file
View File

0
docs/vangen.json Normal file → Executable file
View File

0
docs/vangen/backy/index.html Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More