Sarmad Gulzar

Results 2 issues of Sarmad Gulzar

Currently, we can highlight a whole row of text using the `--highlight-lines` argument. How about specifying the column range so that we can highlight only a part of the line...

enhancement

Device: Apple MacBook Pro Processor: M1 Pro RAM: 16GB Python: 3.10.16 Running this code: ```py import argparse import genesis as gs def main(): parser = argparse.ArgumentParser() parser.add_argument("-v", "--vis", action="store_true", default=False)...