Skip to content

Commit ddd09ce

Browse files
committed
docs: fixing links
1 parent 2bd44f8 commit ddd09ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devlog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ I've let budgeting fall behind for 3 months and now going back to handle it all.
2727

2828
## [[2024-04-06]]
2929

30-
I took a break from this project in order to work on [my other CLI project](https://github.com/joshcanhelp/api-getter). I've been looking for a CLI framework to handle the details around arguments, flags, and distribution and found what I needed in [oclif](https://oclif.io). I'm wary about adding new non-dev dependencies but this is well-maintained by a motivated company (SalesForce) and addresses a bunch of black box things around CLIs that I just don't want to deal with. It's also structured in a way that makes it easy to keep "business" logic pretty well separated from the CLI framework.
30+
I took a break from this project in order to work on [my other CLI project](https://github.com/PersonalDataPipeline/data-getter). I've been looking for a CLI framework to handle the details around arguments, flags, and distribution and found what I needed in [oclif](https://oclif.io). I'm wary about adding new non-dev dependencies but this is well-maintained by a motivated company (SalesForce) and addresses a bunch of black box things around CLIs that I just don't want to deal with. It's also structured in a way that makes it easy to keep "business" logic pretty well separated from the CLI framework.
3131

3232
## [[2024-02-26]]
3333

0 commit comments

Comments
 (0)