-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adb04a4
commit f905ed1
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
command-description-bank-getthalers = Returns the Thaler count of the target bank account. | ||
command-description-bank-adjust = Adjusts the Thaler count of the target bank account. | ||
command-description-contract-new = Creates a new contract of the specified type. | ||
command-description-contract-bindto = Binds a contract to the mind of a given session. | ||
command-description-contract-owningnew = Creates a new contract of a specified type and ties it to the mind of a given session. | ||
command-description-contract-list = Lists contracts. | ||
command-description-contract-detail = Provides detail of the status of a given contract. | ||
command-description-contract-activate = Attempts to activate a contract. | ||
command-description-contract-finalize = Attempts to finalize a contract. | ||
command-description-contract-breach = Attempts to breach a contract. | ||
command-description-contract-cancel = Makes the contract loudly complain on social media. |