Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cobra short and long descriptions #785

Merged
merged 1 commit into from
May 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions cmd/firefly.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ var sigs = make(chan os.Signal, 1)

var rootCmd = &cobra.Command{
Use: "firefly",
Short: "Firefly is an API toolkit for building enterprise grade multi-party systems",
Long: `You build great user experiences and business logic in your favorite language,
and let Firefly take care of the REST. The event-driven programming model gives you the
building blocks needed for high performance, scalable multi-party systems, and the power
to digital transformation your business ecosystem.`,
Short: "FireFly is a complete stack for enterprises to build and scale secure Web3 applications",
Long: `Hyperledger FireFly is the first open source Supernode: a complete stack for
enterprises to build and scale secure Web3 applications. The FireFly API for digital
assets, data flows, and blockchain transactions makes it radically faster to build
production-ready apps on popular chains and protocols.`,
RunE: func(cmd *cobra.Command, args []string) error {
return run()
},
Expand Down