export interface IArgs {
  url: string
  header?: string[]
  output?: string
  silent?: boolean
}
