diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-01-30 20:33:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 20:33:41 -0400 |
commit | 5e5ae8defa884984eb8a6d11ac9917bf81fd03d6 (patch) | |
tree | 5dc88136665ad865f7802ca861dacca6fa819362 /src/page/artist.js | |
parent | 082a02d99de282e198c180164b752539bee1571d (diff) | |
parent | 5631be8ac1d77aab9a63dd4e5e72f668dddf0de6 (diff) |
Merge pull request #143 from hsmusic/better-cli-args
Improve CLI arguments
Diffstat (limited to 'src/page/artist.js')
-rw-r--r-- | src/page/artist.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/page/artist.js b/src/page/artist.js index 235fe113..af0c7c43 100644 --- a/src/page/artist.js +++ b/src/page/artist.js @@ -15,6 +15,8 @@ import { sortChronologically, } from '../util/wiki-data.js'; +export const description = `per-artist info & artwork gallery pages`; + export function targets({wikiData}) { return wikiData.artistData; } |