moltycash 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -35,7 +35,7 @@ HUMAN SUBCOMMANDS:
|
|
|
35
35
|
human hire <username> "<description>" [--service <service>] [--network <base|solana|stellar|tempo|monad|worldchain>]
|
|
36
36
|
|
|
37
37
|
GIG SUBCOMMANDS:
|
|
38
|
-
gig create "<description>" --price <USDC> [--quantity <n>] [--network <base|solana|stellar|tempo|monad|worldchain>] [--
|
|
38
|
+
gig create "<description>" --price <USDC> [--quantity <n>] [--network <base|solana|stellar|tempo|monad|worldchain>] [--service <service>] [--verified-humans-only]
|
|
39
39
|
gig created List gigs you created
|
|
40
40
|
gig get <gig_id> Get gig details
|
|
41
41
|
gig review <gig_id> <assignment_id> <approve|reject> ["reason"]
|