mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
Add path to MaterialIcons codepoints file
This commit is contained in:
parent
0fcbbbcd3c
commit
c98e4a12c8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
import argparse
|
||||
import os
|
||||
|
||||
parser = argparse.ArgumentParser(description='Generate a MaterialIcons.qml singleton from codepoints file.')
|
||||
parser = argparse.ArgumentParser(description='Generate a MaterialIcons.qml singleton from codepoints file.\n'
|
||||
'An example of codepoints file for MaterialIcons: https://github.com/google/material-design-icons/blob/master/font/MaterialIcons-Regular.codepoints.')
|
||||
parser.add_argument('codepoints', type=str, help='Codepoints file.')
|
||||
parser.add_argument('--output', type=str, default='.', help='')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue