Add sort option

This commit is contained in:
Ethan Lane 2023-12-05 17:22:30 +00:00
parent 91f974be9d
commit c26d56c149
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,4 @@
export default interface ICliOptions {
subreddit: string,
sort: string,
}