🔖 v0.0.3
This commit is contained in:
parent
6f056318be
commit
57785f5a39
2 changed files with 2 additions and 2 deletions
2
v.mod
2
v.mod
|
@ -1,7 +1,7 @@
|
||||||
Module {
|
Module {
|
||||||
name: 'vss'
|
name: 'vss'
|
||||||
description: 'static site generator'
|
description: 'static site generator'
|
||||||
version: '0.0.2'
|
version: '0.0.3'
|
||||||
license: 'MIT'
|
license: 'MIT'
|
||||||
dependencies: [markdown]
|
dependencies: [markdown]
|
||||||
}
|
}
|
||||||
|
|
2
vss.v
2
vss.v
|
@ -19,7 +19,7 @@ const default_dist = 'dist'
|
||||||
fn main() {
|
fn main() {
|
||||||
mut app := cli.Command{
|
mut app := cli.Command{
|
||||||
name: 'vss'
|
name: 'vss'
|
||||||
version: '0.0.2'
|
version: '0.0.3'
|
||||||
description: 'static site generator'
|
description: 'static site generator'
|
||||||
execute: fn (cmd cli.Command) ? {
|
execute: fn (cmd cli.Command) ? {
|
||||||
generate_index_page()?
|
generate_index_page()?
|
||||||
|
|
Loading…
Add table
Reference in a new issue