mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Adds basic documentation for internal packages (#43)
* Added basic documentation wireframe for api, commands, and forms. * Added doc.go
This commit is contained in:
committed by
Michael Mayer
parent
4c20c74e77
commit
00abbf1af5
@@ -13,6 +13,7 @@ var ImportCommand = cli.Command{
|
||||
Action: importAction,
|
||||
}
|
||||
|
||||
// Imports photos from path defined in context arg; called by ImportCommand;
|
||||
func importAction(context *cli.Context) error {
|
||||
conf := photoprism.NewConfig(context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user