export default interface ICliOptions { subreddit: string, json?: boolean, sort: string, queryMetadata?: boolean, }