repo.or.cz
/
yt-mango.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move work command
[yt-mango.git]
/
cmd
/
videodetail.go
blob
5a03514317ee6c6c2a26b7e6cd0e9d6391aa5fa9
1
package
cmd
2
3
import
"github.com/spf13/cobra"
4
5
var
videoDetailCmd
=
cobra
.
Command
{
6
Use
:
"detail <video ID> [file]"
,
7
Short
:
"Get details about a video"
,
8
Run
:
func
(
cmd
*
cobra
.
Command
,
args
[]
string
) {
9
10
},
11
}
12
13
func
init
() {
14
}