package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Feb 27, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Commands = []cli.Command{
{
Name: "sync-web",
Usage: "Sync web-search configs",
Description: `Required params:
--alfred-path
--albert-path`,
Action: func(c *cli.Context) error { return (&Handler{}).SyncWeb(c) },
Flags: optionFlags,
},
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.