Hi Nathan,
On 18/12/2025 1:49 pm, Guillaume Tucker wrote:
+if __name__ == '__main__':
+ parser = argparse.ArgumentParser(
+ 'container',
+ description="Containerized builds. See the dev-tools/container "
+ "kernel documentation section for more details."
+ )
Another piece of feedback from your v1 review was to add a link to
the documentation. As it's not published yet I just mentioned the
section name here in the v2 - but I can anticipate what the final URL
will be i.e.:
https://www.kernel.org/doc/html/latest/dev-tools/container
So I'll tweak this as well in the v3 unless anyone suggests
otherwise.
Cheers,
Guillaume