If there's a newline character in the description of the argument parser, the content after the newline character will not be commented out in the completion file. Here is an example:
parser = argparse.ArgumentParser(
description='First Line\n Second line of description'
)
This will result in a output file with a section line this:
If there's a newline character in the description of the argument parser, the content after the newline character will not be commented out in the completion file. Here is an example:
This will result in a output file with a section line this: