Skip to content

flow-contrib/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Example

hello

The config file of hello.conf

packages = ["github.com/flow-contrib/example"]

app {
	name = "hello"
	usage = "This is a demo for run flow"

	commands {
		say {
			usage = "This command will print hello"

			default-config = { name = "gogap" }

			flow = ["example.hello", "example.hello@confA"]
			
			config = {
    		  confA = {
    			 name = "Zeal"
            }
		}
	}
}
go-flow run say --config hello.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages