Skip to content

Commit

Permalink
--services (peak compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Jul 22, 2024
1 parent d4716a8 commit 7a164c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/ami.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ return {
description = "ami 'info' sub command",
summary = 'Prints runtime info and status of the app',
action = '__tezpay/info.lua',
options = {
["services"] = {
description = "Prints info about services",
type = "boolean"
},
},
contextFailExitCode = EXIT_APP_INFO_ERROR
},
setup = {
Expand Down
2 changes: 1 addition & 1 deletion src/specs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1+0.16.6-beta",
"version": "0.3.2+0.16.6-beta",
"id": "tzc.tezpay",
"dependencies": [
{
Expand Down

0 comments on commit 7a164c4

Please sign in to comment.