mirror of
https://github.com/shimunn/gitredditor.git
synced 2023-11-17 18:42:43 +01:00
provide default for repo
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
69c4efc0fa
commit
c68889b2db
@ -21,7 +21,7 @@ fn main() {
|
|||||||
println!(
|
println!(
|
||||||
"Hello, world! {:?}",
|
"Hello, world! {:?}",
|
||||||
update(
|
update(
|
||||||
&opts.repo.unwrap(),
|
&opts.repo.unwrap_or(PathBuf::from("repo")),
|
||||||
comments.take(opts.fetch).flatten(),
|
comments.take(opts.fetch).flatten(),
|
||||||
&opts.redditor,
|
&opts.redditor,
|
||||||
&("reddit.com/u/".to_owned() + &opts.redditor),
|
&("reddit.com/u/".to_owned() + &opts.redditor),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user