Skip to content

Commit

Permalink
🐛 Fix source to accomodate default path
Browse files Browse the repository at this point in the history
This adds a default path to the source flag in the CLI.
The default path is `migrations`. This is to make
it easier for users to use the CLI without having
to specificy the source flag every time.

Signed-off-by: Edward Fitz Abucay <ffimnsr@gmail.com>
  • Loading branch information
ffimnsr committed Sep 17, 2024
1 parent c043f8f commit 297258d
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 93 deletions.
142 changes: 56 additions & 86 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "midas"
version = "0.6.5"
version = "0.6.6"
authors = ["Edward Fitz Abucay gh:@ffimnsr"]
edition = "2021"
readme = "README.md"
Expand Down
Loading

0 comments on commit 297258d

Please sign in to comment.