🔖 v0.0.5
This commit is contained in:
parent
d5da337063
commit
a6f6643e8f
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.4'
|
version: '0.0.5'
|
||||||
license: 'MIT'
|
license: 'MIT'
|
||||||
dependencies: []
|
dependencies: []
|
||||||
}
|
}
|
||||||
|
|
2
vss.v
2
vss.v
|
@ -22,7 +22,7 @@ const default_dist = 'dist'
|
||||||
fn main() {
|
fn main() {
|
||||||
mut app := cli.Command{
|
mut app := cli.Command{
|
||||||
name: 'vss'
|
name: 'vss'
|
||||||
version: '0.0.4'
|
version: '0.0.5'
|
||||||
description: 'static site generator'
|
description: 'static site generator'
|
||||||
execute: fn (cmd cli.Command) ? {
|
execute: fn (cmd cli.Command) ? {
|
||||||
generate_pages()?
|
generate_pages()?
|
||||||
|
|
Loading…
Add table
Reference in a new issue