1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//! `betamax new` command.
//!
//! This command writes a starter tape from a bundled template. It exists for VHS CLI familiarity;
//! it does not inspect the target directory or infer project-specific settings.
use write;
use PathBuf;
use Parser;
use iformat;
use ;