export async function cmd(_) { return `
         _____\t\t\tOS: ${navigator.platform}
     .-""     ""-.\t\tLang: ${navigator.language}
  /(/   _      }\`;\`.\t\tTimezone: ${Intl.DateTimeFormat().resolvedOptions().timeZone}
  |\`---'/       \` \`;\\\t\tAgent: ${navigator.userAgent}
 .'    (\`._      ;  \`:
:       \--'     '|\`;,;
|    .---'        ; | |
:    ' \`.__.-.   /  ; ;
 :      .----' .'  / :
  \`.    \`----'  .' /
   \`.\`--.  __ .-  .'
     \`-._     _.-' fsc
         \`""""
`; } export let man = `
FETCH(1)

NAME
\tfetch – Get information about the browser. This is specific to firefox because
\tthis addon is specific to firefox.
`